PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListItem Class / PDFListItem Constructor
The item name that is displayed in the list.
The item value used for export operations.
In This Topic
    PDFListItem Constructor
    In This Topic
    Initialzies a new Object.
    Syntax
    public PDFListItem( 
       java.lang.String name,
       java.lang.String value
    )

    Parameters

    name
    The item name that is displayed in the list.
    value
    The item value used for export operations.
    Exceptions
    ExceptionDescription
    Thrown when the item value is null or empty.
    See Also